Prefab Editor Demo
Server/PrefabEditorCreationSettings/Prefab Editor Demo.json, 360 B
Fields
| Field | Type |
|---|---|
RootDirectory | string |
UnprocessedPrefabPaths | array[1] |
PasteYLevelGoal | number |
BlocksBetweenEachPrefab | number |
WorldGenType | string |
BlocksAboveSurface | number |
PrefabStackingAxis | string |
PrefabAlignment | string |
RecursiveSearch | boolean |
LoadChildren | boolean |
LoadEntities | boolean |
Source
{
"RootDirectory": "Asset",
"UnprocessedPrefabPaths": [
"Monuments/Encounter/Zone1/Tier1/Outpost/"
],
"PasteYLevelGoal": 55,
"BlocksBetweenEachPrefab": 15,
"WorldGenType": "Flat",
"BlocksAboveSurface": 0,
"PrefabStackingAxis": "X",
"PrefabAlignment": "Anchor",
"RecursiveSearch": true,
"LoadChildren": false,
"LoadEntities": true
}